home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Other / mCD / Source / CD_DBase.subproj / CD_DBase16.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-16  |  38.7 KB  |  909 lines

  1. #import <sys/types.h>
  2. #import <stddef.h>
  3. #import "CD_DBaseSubs.h"
  4.  
  5.     /*
  6.      * This subroutine has information for CD's with 16 or 17 tracks
  7.      */
  8.  
  9. #define MOLDFIELD_KILLFIELDS   834482599 /* key parts = 2318.00.17.49 281 */
  10. #define CATKINS_RCA_D1         929282492 /* key parts = 2581.25.16.392 195 */
  11. #define BEAT_WHITE_D1         1002314563 /* key parts = 2784.15.17.163 174 */
  12. #define BEAT_ABBEYRD          1024730661 /* key parts = 2846.35.17.261 23 */
  13. #define RSTARR_STOPNSMELL     1179506414 /* key parts = 3276.30.16.164 123 */
  14. #define SOUNDTM_FAIRLADY      1185208858 /* key parts = 3292.18.16.208 293 */
  15. #define MOLDFIELD_SONGSDE     1206257034 /* key parts = 3350.53.17.84 93 */
  16. #define VAR_T_COMETOGETHER    1208196163 /* key parts = 3356.07.17.163 145 */
  17. #define NDIAM_ONTHEROOF       1209060121 /* key parts = 3358.37.16.271 148 */
  18. #define BENATAR_FIREDUP_D1    1269348055 /* key parts = 3525.72.16.205 229 */
  19. #define NDIAM_LIVEAMER_D1     1269420108 /* key parts = 3526.12.16.258 233 */
  20. #define ECLAP_CRADLE          1303692028 /* key parts = 3621.27.16.178 367 */
  21. #define NGRIFFITH_OTHERVOICES 1346172237 /* key parts = 3739.27.17.237 108 */
  22. #define NDIAM_LIVEAMER_D2     1389180007 /* key parts = 3858.62.16.157 377 */
  23. #define HAPPYR_RSONGS         1400796275 /* key parts = 3891.07.17.275 8 */
  24. #define BEEGS_TALES_D3        1452996073 /* key parts = 4036.07.16.223 251 */
  25. #define BENATAR_FIREDUP_D2    1482708220 /* key parts = 4118.47.17.220 239 */
  26. #define JEGARDINER_SOLOMON_D1 1486240959 /* key parts = 4128.33.17.309 221 */
  27. #define BEEGS_TALES_D2        1494372227 /* key parts = 4151.02.17.227 252 */
  28. #define EJOHN_VERYBEST_D2     1530242523 /* key parts = 4250.50.16.273 300 */
  29. #define BDYLAN_BIOGRAPH_D2    1551866553 /* key parts = 4310.55.17.453 50 */
  30. #define MIDGEURE_VERYBEST     1560002570 /* key parts = 4333.25.17.320 343 */
  31. #define LEDZEP_BOX2_D1        1561730417 /* key parts = 4338.10.16.167 632 */
  32. #define U2_RATTLEANDHUM       1565738587 /* key parts = 4349.20.17.187 390 */
  33. #define VAR_UNPLUGGED1        1576404079 /* key parts = 4378.67.16.229 219 */
  34. #define TDREAM_TANGENTS_D4    1577460250 /* key parts = 4381.62.17.250 371 */
  35. #define STEELYD_CITZ_D1       1586292057 /* key parts = 4406.27.16.357 346 */
  36. #define SRIDGE_BIGHEAT        1590300124 /* key parts = 4417.37.16.274 279 */
  37. #define STEELYD_CITZ_D3       1596410506 /* key parts = 4434.35.16.256 236 */
  38. #define VAR_B_EARTHRISE       1608602678 /* key parts = 4468.25.17.278 304 */
  39. #define EJOHN_TOBECONT_D2     1615322532 /* key parts = 4487.00.16.282 405 */
  40. #define EJOHN_TOBECONT_D3     1616292188 /* key parts = 4489.52.17.338 206 */
  41. #define EJOHN_GDBYEYBR_POLY   1649196217 /* key parts = 4581.07.17.667 167 */
  42. #define EJOHN_GDBYEYBR_ULTRA  1649479420 /* key parts = 4581.66.17.670 166 */
  43. #define EJOHN_TOBECONT_D4     1651932010 /* key parts = 4588.52.16.310 263 */
  44. #define BDYLAN_BOOTLEG_D3     1663490475 /* key parts = 4620.60.16.225 352 */
  45. #define LEDZEP_BOX2_D2        1669716103 /* key parts = 4638.07.16.253 567 */
  46. #define MOODY_TIMET_D3        1711898532 /* key parts = 4755.20.16.282 379 */
  47.  
  48.  
  49. void filltoc16(tocPtr, cdKey)
  50. struct cd_toc *tocPtr;
  51. u_int cdKey;
  52. {
  53.  
  54.     if ( cdKey == CATKINS_RCA_D1 ) { /* 0:43:01-25 */
  55.     tocPtr->discPerformer = "Chet Atkins";
  56.     tocPtr->discTitle = "The RCA Years, 1947 - 1981  [disc 1]";
  57. #     if !defined(SKIPSONGS_Chet_Atkins)
  58.     SET_CDtt( 1, 06.32, "Avalon  [with Les Paul]");
  59.     SET_CDtt( 2, 02.40, "A Taste of Honey");
  60.     SET_CDtt( 3, 02.16, "Snowbird");
  61.     SET_CDtt( 4, 02.58, "El Condor Pasa");
  62.     SET_CDtt( 5, 02.17, "Main Street Breakdown");
  63.     SET_CDtt( 6, 02.05, "Yakety Axe");
  64.     SET_CDtt( 7, 02.05, "Slinkey");
  65.     SET_CDtt( 8, 02.30, "Windy and Warm");
  66.     SET_CDtt( 9, 02.00, "Chinatown, My Chinatown");
  67.     SET_CDtt(10, 01.52, "Country Gentleman  [with Arthur Fiedler and the Boston Pops Orchestra");
  68.     SET_CDtt(11, 02.26, "Blue Angel");
  69.     SET_CDtt(12, 02.37, "Black Mountain Rag");
  70.     SET_CDtt(13, 02.46, "Good Stuff  [with Jerry Reed]");
  71.     SET_CDtt(14, 02.28, "Cascade");
  72.     SET_CDtt(15, 02.12, "Jerry's Breakdown  [with Jerry Reed]");
  73.     SET_CDtt(16, 03.15, "Vincent");
  74. #     endif
  75.     }
  76.     if ( cdKey == BEAT_WHITE_D1 ) { /* 0:46:24-15 */
  77.     tocPtr->discPerformer = "The Beatles";
  78.     tocPtr->discTitle = "The Beatles  [disc 1]";
  79. #     if !defined(SKIPSONGS_The_Beatles)
  80.     SET_CDtt( 1, 02.43, "Back in the U.S.S.R");
  81.     SET_CDtt( 2, 03.57, "Dear Prudence");
  82.     SET_CDtt( 3, 02.17, "Glass Onion");
  83.     SET_CDtt( 4, 03.09, "Ob–La–Di, Ob–La–Da");
  84.     SET_CDtt( 5, 01.02, "Wild Honey Pie");
  85.     SET_CDtt( 6, 03.05, "The Continuing Story of Bungalow Bill");
  86.     SET_CDtt( 7, 04.45, "While My Guitar Gently Weeps");
  87.     SET_CDtt( 8, 02.44, "Happiness is a Warm Gun");
  88.     SET_CDtt( 9, 02.29, "Martha My Dear");
  89.     SET_CDtt(10, 02.03, "I'm so tired");
  90.     SET_CDtt(11, 02.18, "Blackbird");
  91.     SET_CDtt(12, 02.05, "Piggies");
  92.     SET_CDtt(13, 03.41, "Rocky Racoon");
  93.     SET_CDtt(14, 03.42, "Don't Pass Me By");
  94.     SET_CDtt(15, 01.41, "Why don't we do it in the road?");
  95.     SET_CDtt(16, 01.47, "I Will");
  96.     SET_CDtt(17, 02.54, "Julia");
  97. #     endif
  98.     }
  99.     if ( cdKey == BEAT_ABBEYRD ) { /* 0:47:26-35 */
  100.     tocPtr->discPerformer = "The Beatles";
  101.     tocPtr->discTitle = "Abbey Road";
  102. #     if !defined(SKIPSONGS_The_Beatles)
  103.     SET_CDtt( 1, 04.21, "Come Together");
  104.     SET_CDtt( 2, 03.03, "Something");
  105.     SET_CDtt( 3, 03.27, "Maxwell's Silver Hammer");
  106.     SET_CDtt( 4, 03.27, "Oh! Darling");
  107.     SET_CDtt( 5, 02.51, "Octopus's Garden");
  108.     SET_CDtt( 6, 07.47, "I Want You (She's So Heavy)");
  109.     SET_CDtt( 7, 03.05, "Here Comes the Sun");
  110.     SET_CDtt( 8, 02.46, "Because");
  111.     SET_CDtt( 9, 04.02, "You never give me your Money");
  112.     SET_CDtt(10, 02.27, "Sun King");
  113.     SET_CDtt(11, 01.06, "Mean Mr Mustard");
  114.     SET_CDtt(12, 01.13, "Polythene Pam");
  115.     SET_CDtt(13, 01.57, "She Came In Through The Bathroom Window");
  116.     SET_CDtt(14, 01.32, "Golden Slumbers");
  117.     SET_CDtt(15, 01.37, "Carry That Weight");
  118.     SET_CDtt(16, 02.20, "The End");
  119.     SET_CDtt(17, 00.23, "Her Majesty");
  120. #     endif
  121.     }
  122.     if ( cdKey == BEEGS_TALES_D2 ) { /* 1:09:11-02 */
  123.     tocPtr->discPerformer = "Bee Gees";
  124.     tocPtr->discTitle = "Tales from the Brothers Gibb - A History in Song 1967-1990  [disc 2]";
  125. #     if !defined(SKIPSONGS_Bee_Gees)
  126.     SET_CDtt( 1, 03.47, "Lonely Days");
  127.     SET_CDtt( 2, 03.55, "Morning of My Life");
  128.     SET_CDtt( 3, 03.58, "How Can You Mend a Broken Heart");
  129.     SET_CDtt( 4, 02.42, "Country Woman");
  130.     SET_CDtt( 5, 05.26, "Don't Wanna Live Inside Myself");
  131.     SET_CDtt( 6, 04.21, "My World");
  132.     SET_CDtt( 7, 03.02, "On Time");
  133.     SET_CDtt( 8, 03.06, "Run To Me");
  134.     SET_CDtt( 9, 04.04, "Alive");
  135.     SET_CDtt(10, 04.10, "Saw a New Morning");
  136.     SET_CDtt(11, 05.42, "Wouldn't I Be Someone");
  137.     SET_CDtt(12, 02.51, "Elisa");
  138.     SET_CDtt(13, 05.22, "King and Country");
  139.     SET_CDtt(14, 03.51, "Mr. Natural");
  140.     SET_CDtt(15, 03.52, "It Doesn't Matter Much To Me");
  141.     SET_CDtt(16, 04.48, "Throw a Penny");
  142.     SET_CDtt(17, 04.12, "Charade");
  143. #     endif
  144.     }
  145.     if ( cdKey == BEEGS_TALES_D3 ) { /* 1:07:16-07 */
  146.     tocPtr->discPerformer = "Bee Gees";
  147.     tocPtr->discTitle = "Tales from the Brothers Gibb - A History in Song 1967-1990  [disc 3]";
  148. #     if !defined(SKIPSONGS_Bee_Gees)
  149.     SET_CDtt( 1, 03.43, "Jive Talkin'");
  150.     SET_CDtt( 2, 04.28, "Nights On Broadway");
  151.     SET_CDtt( 3, 04.04, "Fanny (Be Tender With My Love)");
  152.     SET_CDtt( 4, 04.47, "You Should Be Dancing (long remix version)");
  153.     SET_CDtt( 5, 03.36, "Love So Right");
  154.     SET_CDtt( 6, 04.11, "Boogie Child");
  155.     SET_CDtt( 7, 05.17, "Edge of the Universe");
  156.     SET_CDtt( 8, 04.03, "How Deep Is Your Love");
  157.     SET_CDtt( 9, 04.43, "Stayin' Alive");
  158.     SET_CDtt(10, 03.32, "Night Fever");
  159.     SET_CDtt(11, 03.16, "More Than A Woman");
  160.     SET_CDtt(12, 03.19, "If I Can't Have You");
  161.     SET_CDtt(13, 04.04, "(Our Love) Don't Throw It All Away");
  162.     SET_CDtt(14, 04.57, "Too Much Heaven");
  163.     SET_CDtt(15, 05.03, "Tragedy");
  164.     SET_CDtt(16, 04.11, "Love You Inside and Out");
  165. #     endif
  166.     }
  167.     if ( cdKey == BENATAR_FIREDUP_D1 ) { /* 0:58:45-72 */
  168.     tocPtr->discPerformer = "Pat Benatar";
  169.     tocPtr->discTitle = "All Fired Up: The Very Best of Pat Benatar  [disc 1]";
  170.     tocPtr->discCatNum = "072438310952400";
  171. #     if !defined(SKIPSONGS_Pat_Benatar)
  172.     SET_CDtt( 1, 03.25, "I Need A Lover");
  173.     SET_CDtt( 2, 03.45, "If You Think You Know How To Love Me");
  174.     SET_CDtt( 3, 03.28, "Heartbreaker");
  175.     SET_CDtt( 4, 03.36, "We Live For Love");
  176.     SET_CDtt( 5, 03.06, "You Better Run");
  177.     SET_CDtt( 6, 02.51, "Hit Me With Your Best Shot");
  178.     SET_CDtt( 7, 03.15, "Treat Me Right");
  179.     SET_CDtt( 8, 04.51, "Hell Is For Children");
  180.     SET_CDtt( 9, 03.22, "Fire And Ice");
  181.     SET_CDtt(10, 04.48, "Promises In The Dark");
  182.     SET_CDtt(11, 03.44, "Shadows Of The Night");
  183.     SET_CDtt(12, 03.26, "Little Too Late");
  184.     SET_CDtt(13, 03.26, "Looking For A Stranger");
  185.     SET_CDtt(14, 03.41, "Anxiety (Get Nervous)");
  186.     SET_CDtt(15, 04.10, "Love Is A Battlefield");
  187.     SET_CDtt(16, 03.49, "Lipstick Lies");
  188. #     endif
  189.     }
  190.     if ( cdKey == BENATAR_FIREDUP_D2 ) { /* 1:08:38-47 */
  191.     tocPtr->discPerformer = "Pat Benatar";
  192.     tocPtr->discTitle = "All Fired Up: The Very Best of Pat Benatar  [disc 2]";
  193.     /* NOTE: no tocPtr->discCatNum on disc 2! */
  194. #     if !defined(SKIPSONGS_Pat_Benatar)
  195.     SET_CDtt( 1, 03.40, "We Belong");
  196.     SET_CDtt( 2, 04.10, "Ooh Ooh Song");
  197.     SET_CDtt( 3, 04.02, "Temporary Heroes");
  198.     SET_CDtt( 4, 04.05, "Invincible (theme from “The Legend of Billy Jean”)");
  199.     SET_CDtt( 5, 04.21, "Sex As A Weapon");
  200.     SET_CDtt( 6, 04.20, "Le Bel Age");
  201.     SET_CDtt( 7, 04.10, "All Fired Up");
  202.     SET_CDtt( 8, 04.11, "Don't Walk Away");
  203.     SET_CDtt( 9, 03.46, "Let's Stay Together");
  204.     SET_CDtt(10, 04.30, "One Love");
  205.     SET_CDtt(11, 04.42, "True Love");
  206.     SET_CDtt(12, 03.13, "Payin' The Cost To Be The Boss");
  207.     SET_CDtt(13, 03.59, "So Long");
  208.     SET_CDtt(14, 03.58, "Everybody Lay Down");
  209.     SET_CDtt(15, 03.47, "Somebody's Baby");
  210.     SET_CDtt(16, 03.43, "Crazy");
  211.     SET_CDtt(17, 03.59, "Every Time I Fall Back");
  212. #     endif
  213.     }
  214.     if ( cdKey == ECLAP_CRADLE ) { /* 1:00:21-27 */
  215.     tocPtr->discPerformer = "Eric Clapton";
  216.     tocPtr->discTitle = "From the Cradle";
  217.     tocPtr->discCatNum = "007599457352600";
  218. #     if !defined(SKIPSONGS_Eric_Clapton)
  219.     SET_CDtt( 1, 02.58, "Blues Before Sunrise");
  220.     SET_CDtt( 2, 05.08, "Third Degree");
  221.     SET_CDtt( 3, 03.21, "Reconsider Baby");
  222.     SET_CDtt( 4, 03.15, "Hoochie Coochie Man");
  223.     SET_CDtt( 5, 04.48, "Five Long Years");
  224.     SET_CDtt( 6, 03.03, "I'm Tore Down");
  225.     SET_CDtt( 7, 03.08, "How Long Blues");
  226.     SET_CDtt( 8, 04.02, "Goin' Away Baby");
  227.     SET_CDtt( 9, 03.37, "Blues Leave Me Alone");
  228.     SET_CDtt(10, 03.21, "Sinner's Prayer");
  229.     SET_CDtt(11, 02.57, "Motherless Child");
  230.     SET_CDtt(12, 03.19, "It Hurts Me Too");
  231.     SET_CDtt(13, 04.28, "Someday After A While");
  232.     SET_CDtt(14, 03.38, "Standin' Round Crying");
  233.     SET_CDtt(15, 03.09, "Driftin'");
  234.     SET_CDtt(16, 06.07, "Groaning the Blues");
  235. #     endif
  236.     }
  237.     if ( cdKey == NDIAM_ONTHEROOF ) { /* 0:55:58-37 */
  238.     tocPtr->discPerformer = "Neil Diamond";
  239.     tocPtr->discTitle = "Up On The Roof";
  240. #     if !defined(SKIPSONGS_Neil_Diamond)
  241.     SET_CDtt( 1, 04.31, "You've Lost That Lovin' Feelin'");
  242.     SET_CDtt( 2, 03.30, "Up On The Roof");
  243.     SET_CDtt( 3, 03.05, "Love Potion Number Nine");
  244.     SET_CDtt( 4, 03.29, "Will You Love Me Tomorrow");
  245.     SET_CDtt( 5, 03.47, "Don't Be Cruel");
  246.     SET_CDtt( 6, 02.56, "Do Wah Diddy Diddy (with Mary's Danish)");
  247.     SET_CDtt( 7, 04.05, "I (Who Have Nothing)");
  248.     SET_CDtt( 8, 03.03, "Do You Know the Way To San Jose?");
  249.     SET_CDtt( 9, 03.38, "Don't Make Me Over");
  250.     SET_CDtt(10, 03.58, "River Deep - Mountain High");
  251.     SET_CDtt(11, 02.52, "A Groovy Kind of Love");
  252.     SET_CDtt(12, 03.44, "Spanish Harlem");
  253.     SET_CDtt(13, 02.54, "Sweets for My Sweet");
  254.     SET_CDtt(14, 03.39, "Happy Birthday Sweet Sixteen");
  255.     SET_CDtt(15, 04.17, "Ten Lonely Guys");
  256.     SET_CDtt(16, 02.28, "Save the Last Dance for Me");
  257. #     endif
  258.     }
  259.     if ( cdKey == NDIAM_LIVEAMER_D1 ) { /* 0:58:46-12 */
  260.     tocPtr->discPerformer = "Neil Diamond";
  261.     tocPtr->discTitle = "Live in America  [disc 1]";
  262. #     if !defined(SKIPSONGS_Neil_Diamond)
  263.     SET_CDtt( 1, 04.18, "America");
  264.     SET_CDtt( 2, 03.57, "Hello Again");
  265.     SET_CDtt( 3, 02.26, "Kentucky Woman");
  266.     SET_CDtt( 4, 02.41, "You Got To Me");
  267.     SET_CDtt( 5, 03.14, "Cherry, Cherry");
  268.     SET_CDtt( 6, 03.09, "I'm a Believer");
  269.     SET_CDtt( 7, 04.08, "Sweet Caroline");
  270.     SET_CDtt( 8, 03.48, "Love on the Rocks");
  271.     SET_CDtt( 9, 03.13, "Hooked on the Memory of You");
  272.     SET_CDtt(10, 03.53, "Lady Oh");
  273.     SET_CDtt(11, 03.36, "Beautiful Noise");
  274.     SET_CDtt(12, 04.22, "Play Me");
  275.     SET_CDtt(13, 03.42, "Up on the Roof");
  276.     SET_CDtt(14, 04.27, "You've Lost That Loving Feeling");
  277.     SET_CDtt(15, 03.57, "River Deep, Mountain High");
  278.     SET_CDtt(16, 03.53, "I (Who Have Nothing)");
  279. #     endif
  280.     }
  281.     if ( cdKey == NDIAM_LIVEAMER_D2 ) { /* 1:04:18-62 */
  282.     tocPtr->discPerformer = "Neil Diamond";
  283.     tocPtr->discTitle = "Live in America  [disc 2]";
  284. #     if !defined(SKIPSONGS_Neil_Diamond)
  285.     SET_CDtt( 1, 02.37, "Missa");
  286.     SET_CDtt( 2, 04.39, "Soolaimon");
  287.     SET_CDtt( 3, 03.54, "Holly Holy");
  288.     SET_CDtt( 4, 04.29, "And The Grass Won't Pay No Mind");
  289.     SET_CDtt( 5, 05.11, "You Don't Bring Me Flowers");
  290.     SET_CDtt( 6, 04.07, "September Morn");
  291.     SET_CDtt( 7, 03.33, "Havah Nagilah");
  292.     SET_CDtt( 8, 03.18, "Solitary Man");
  293.     SET_CDtt( 9, 03.10, "Red, Red Wine");
  294.     SET_CDtt(10, 03.19, "Song Sung Blue");
  295.     SET_CDtt(11, 03.21, "Forever in Blue Jeans");
  296.     SET_CDtt(12, 03.49, "Heartlight");
  297.     SET_CDtt(13, 03.05, "Cracklin' Rosie");
  298.     SET_CDtt(14, 05.40, "I Am... I Said");
  299.     SET_CDtt(15, 03.47, "Crunchy Granola Suite");
  300.     SET_CDtt(16, 06.17, "Brother Love's Traveling Salvation Show");
  301. #     endif
  302.     }
  303.     if ( cdKey == BDYLAN_BIOGRAPH_D2 ) { /* 1:11:50-55 */
  304.     tocPtr->discPerformer = "Bob Dylan";
  305.     tocPtr->discTitle = "Biograph  [disc 2]";
  306. #     if !defined(SKIPSONGS_Bob_Dylan)
  307.     SET_CDtt( 1, 07.33, "Visions Of Johanna");
  308.     SET_CDtt( 2, 06.13, "Every Grain Of Sand");
  309.     SET_CDtt( 3, 02.20, "Quinn The Eskimo");
  310.     SET_CDtt( 4, 05.30, "Mr. Tambourine Man");
  311.     SET_CDtt( 5, 03.17, "Dear Landlord");
  312.     SET_CDtt( 6, 03.35, "It Ain't Me, Babe");
  313.     SET_CDtt( 7, 02.54, "You Angel You");
  314.     SET_CDtt( 8, 02.34, "Million Dollar Bash");
  315.     SET_CDtt( 9, 03.53, "To Ramona");
  316.     SET_CDtt(10, 04.24, "You're A Big Girl Now");
  317.     SET_CDtt(11, 04.29, "Abandoned Love");
  318.     SET_CDtt(12, 05.43, "Tangled Up In Blue");
  319.     SET_CDtt(13, 05.43, "It's All Over Now, Baby Blue");
  320.     SET_CDtt(14, 03.35, "Can You Please Crawl Out Your Window?");
  321.     SET_CDtt(15, 03.55, "Positively 4th Street");
  322.     SET_CDtt(16, 05.20, "Isis");
  323.     SET_CDtt(17, 00.50, "Jet Pilot");
  324. #     endif
  325.     }
  326.     if ( cdKey == BDYLAN_BOOTLEG_D3 ) { /* 1:17:00-60 */
  327.     tocPtr->discPerformer = "Bob Dylan";
  328.     tocPtr->discTitle = "The Bootleg Series - 1961-1991  [disc 3]";
  329. #     if !defined(SKIPSONGS_Bob_Dylan)
  330.     SET_CDtt( 1, 03.45, "If You See Her, Say Hello");
  331.     SET_CDtt( 2, 04.27, "Golden Loom");
  332.     SET_CDtt( 3, 02.48, "Catfish");
  333.     SET_CDtt( 4, 04.01, "Seven Days");
  334.     SET_CDtt( 5, 04.09, "Ye Shall Be Changed");
  335.     SET_CDtt( 6, 03.38, "Every Grain Of Sand");
  336.     SET_CDtt( 7, 05.15, "You Changed My Life");
  337.     SET_CDtt( 8, 05.43, "Need A Woman");
  338.     SET_CDtt( 9, 06.58, "Angelina");
  339.     SET_CDtt(10, 04.33, "Someone's Got A Hold Of My Heart");
  340.     SET_CDtt(11, 04.25, "Tell Me");
  341.     SET_CDtt(12, 03.57, "Lord Protect My Child");
  342.     SET_CDtt(13, 05.58, "Foot Of Pride");
  343.     SET_CDtt(14, 05.52, "Blind Willie McTell");
  344.     SET_CDtt(15, 05.37, "When The Night Comes Falling From The Sky");
  345.     SET_CDtt(16, 05.52, "Series Of Dreams");
  346. #     endif
  347.     }
  348.     if ( cdKey == JEGARDINER_SOLOMON_D1 ) { /* 1:08:48-33 */
  349.     tocPtr->discPerformer = "John Eliot Gardiner";
  350.     tocPtr->discTitle = "Solomon  [disc 1]";
  351.     tocPtr->discCatNum = "002894162682000";
  352.     SET_CDtt( 1, 05.09, "Overture");
  353.     /*     ACT I:    Scene 1: */
  354.     SET_CDtt( 2, 03.18, "Your Harps and Symbols");
  355.     SET_CDtt( 3, 04.46, "Praise Ye The Lord");
  356.     SET_CDtt( 4, 04.41, "With pious heart");
  357.     SET_CDtt( 5, 02.58, "Almighty Power");
  358.     SET_CDtt( 6, 04.49, "Imperial Solomon - Sacred Rapture");
  359.     SET_CDtt( 7, 03.31, "Throughout the land");
  360.     SET_CDtt( 8, 07.00, "Bless'd be the Lord - What though I trace");
  361.     /*     ACT I:    Scene 2 */
  362.     SET_CDtt( 9, 00.44, "And see my Queen");
  363.     SET_CDtt(10, 04.46, "Bless'd the day");
  364.     SET_CDtt(11, 03.58, "Thou fair inhabitant - Welcome as the dawn of day");
  365.     SET_CDtt(12, 03.22, "My blooming fair - Haste, Haste");
  366.     SET_CDtt(13, 02.22, "When thou art absent - With thee th'unshelter'd more I'd tread");
  367.     SET_CDtt(14, 03.20, "May no rash intruder");
  368.     /*     ACT II:   Scene 1: */
  369.     SET_CDtt(15, 05.11, "From the censer");
  370.     SET_CDtt(16, 05.10, "Prais'd be the Lord - When the sun");
  371.     SET_CDtt(17, 03.41, "Great Prince - Thrice Bless'd");
  372.     }
  373.     if ( cdKey == NGRIFFITH_OTHERVOICES ) { /* 1:02:19-27 */
  374.     tocPtr->discPerformer = "Nanci Griffith";
  375.     tocPtr->discTitle = "Other Voices | Other Rooms";
  376.     tocPtr->discCatNum = "007559614642900";
  377. #     if !defined(SKIPSONGS_Nanci_Griffith)
  378.     SET_CDtt( 1, 03.57, "Across the Great Divide");
  379.     SET_CDtt( 2, 02.42, "Woman of the Phoenix");
  380.     SET_CDtt( 3, 04.30, "Tecumseh Valley");
  381.     SET_CDtt( 4, 03.32, "Three Flights Up");
  382.     SET_CDtt( 5, 05.17, "Boots of Spanish Leather");
  383.     SET_CDtt( 6, 04.21, "Speed of the Sound of Loneliness");
  384.     SET_CDtt( 7, 05.11, "From Clare to Here");
  385.     SET_CDtt( 8, 03.16, "Can't Help but Wonder Where I'm Bound");
  386.     SET_CDtt( 9, 02.53, "Do Re Mi");
  387.     SET_CDtt(10, 03.00, "This Old Town");
  388.     SET_CDtt(11, 03.46, "Comin' Down in the Rain");
  389.     SET_CDtt(12, 02.40, "Ten Degrees and Getting Colder");
  390.     SET_CDtt(13, 04.56, "Morning Song for Sally");
  391.     SET_CDtt(14, 03.57, "Night Rider's Lament");
  392.     SET_CDtt(15, 03.12, "Are You Tired of Me Darling");
  393.     SET_CDtt(16, 03.19, "Turn Around");
  394.     SET_CDtt(17, 01.48, "Wimoweh");
  395. #     endif
  396.     }
  397.     if ( cdKey == HAPPYR_RSONGS ) { /* 1:04:51-07 */
  398.     tocPtr->discPerformer = "Happy Rhodes";
  399.     tocPtr->discTitle = "RhodeSongs";
  400. #     if !defined(SKIPSONGS_Happy_Rhodes)
  401.     SET_CDtt( 1, 04.35, "Feed the Fire");
  402.     SET_CDtt( 2, 02.36, "The Wretches Gone Awry");
  403.     SET_CDtt( 3, 04.13, "Ode");
  404.     SET_CDtt( 4, 05.41, "I Say");
  405.     SET_CDtt( 5, 05.32, "Save Our Souls  [acoustic version]");
  406.     SET_CDtt( 6, 03.04, "The Revelation");
  407.     SET_CDtt( 7, 03.43, "Because I Learn");
  408.     SET_CDtt( 8, 03.40, "If So");
  409.     SET_CDtt( 9, 04.12, "Given In");
  410.     SET_CDtt(10, 03.31, "In Hiding  [acoustic version]");
  411.     SET_CDtt(11, 04.44, "I Have a Heart");
  412.     SET_CDtt(12, 03.46, "Ashes to Ashes  [acoustic cover]");
  413.     SET_CDtt(13, 03.26, "Let Me Know, Love");
  414.     SET_CDtt(14, 04.50, "Temporary and Eternal");
  415.     SET_CDtt(15, 03.06, "Summer");
  416.     SET_CDtt(16, 04.02, "Feed the Fire  [acoustic version]");
  417.     SET_CDtt(17, 00.08, "Hey Pat?  Nevermind...");
  418. #     endif
  419.     }
  420.     if ( cdKey == EJOHN_GDBYEYBR_POLY ) { /* 1:16:21-07 */
  421.     tocPtr->discPerformer = "Elton John";
  422.     tocPtr->discTitle = "Goodbye Yellow Brick Road  [Polydor]";
  423. #     if !defined(SKIPSONGS_Elton_John)
  424.     SET_CDtt( 1, 11.07, "Funeral for a Friend / Love Lies Bleeding");
  425.     SET_CDtt( 2, 03.50, "Candle in the Wind");
  426.     SET_CDtt( 3, 05.23, "Bennie and the Jets");
  427.     SET_CDtt( 4, 03.13, "Goodbye Yellow Brick Road");
  428.     SET_CDtt( 5, 02.24, "This Song Has No Title");
  429.     SET_CDtt( 6, 04.00, "Grey Seal");
  430.     SET_CDtt( 7, 03.39, "Jamaica Jerk–Off");
  431.     SET_CDtt( 8, 06.00, "I've Seen That Movie Too");
  432.     SET_CDtt( 9, 03.54, "Sweet Painted Lady");
  433.     SET_CDtt(10, 04.24, "The Ballad of Danny Bailey (1909-34)");
  434.     SET_CDtt(11, 05.01, "Dirty Little Girl");
  435.     SET_CDtt(12, 05.09, "All The Girls Love Alice");
  436.     SET_CDtt(13, 02.42, "Your Sister Can't Twist (But She Can Rock `n Roll)");
  437.     SET_CDtt(14, 04.55, "Saturday Night's Alright for Fighting");
  438.     SET_CDtt(15, 04.08, "Roy Rogers");
  439.     SET_CDtt(16, 03.43, "Social Disease");
  440.     SET_CDtt(17, 02.47, "Harmony");
  441. #     endif
  442.     }
  443.     if ( cdKey == EJOHN_GDBYEYBR_ULTRA ) { /* 1:16:21-66 */
  444.     tocPtr->discPerformer = "Elton John";
  445.     tocPtr->discTitle = "Goodbye Yellow Brick Road  [UltraDisc]";
  446. #     if !defined(SKIPSONGS_Elton_John)
  447.     SET_CDtt( 1, 11.10, "Funeral for a Friend / Love Lies Bleeding");
  448.     SET_CDtt( 2, 03.50, "Candle in the Wind");
  449.     SET_CDtt( 3, 05.22, "Bennie and the Jets");
  450.     SET_CDtt( 4, 03.13, "Goodbye Yellow Brick Road");
  451.     SET_CDtt( 5, 02.23, "This Song Has No Title");
  452.     SET_CDtt( 6, 04.00, "Grey Seal");
  453.     SET_CDtt( 7, 03.39, "Jamaica Jerk–Off");
  454.     SET_CDtt( 8, 05.59, "I've Seen That Movie Too");
  455.     SET_CDtt( 9, 03.54, "Sweet Painted Lady");
  456.     SET_CDtt(10, 04.24, "The Ballad of Danny Bailey (1909-34)");
  457.     SET_CDtt(11, 05.01, "Dirty Little Girl");
  458.     SET_CDtt(12, 05.09, "All The Girls Love Alice");
  459.     SET_CDtt(13, 02.42, "Your Sister Can't Twist (But She Can Rock `n Roll)");
  460.     SET_CDtt(14, 04.56, "Saturday Night's Alright for Fighting");
  461.     SET_CDtt(15, 04.05, "Roy Rogers");
  462.     SET_CDtt(16, 03.46, "Social Disease");
  463.     SET_CDtt(17, 02.46, "Harmony");
  464. #     endif
  465.     }
  466.     if ( cdKey == EJOHN_TOBECONT_D2 ) { /* 1:14:47-00 */
  467.     tocPtr->discPerformer = "Elton John";
  468.     tocPtr->discTitle = "to be continued...  [disc 2]";
  469. #     if !defined(SKIPSONGS_Elton_John)
  470.     SET_CDtt( 1, 04.42, "Rocket Man (I Think It's Going To Be A Long Long Time)");
  471.     SET_CDtt( 2, 03.53, "Daniel");
  472.     SET_CDtt( 3, 03.56, "Crocodile Rock");
  473.     SET_CDtt( 4, 05.20, "Bennie And The Jets");
  474.     SET_CDtt( 5, 03.15, "Goodbye Yellow Brick Road");
  475.     SET_CDtt( 6, 05.09, "All The Girls Love Alice");
  476.     SET_CDtt( 7, 11.07, "Funeral For A Friend / Love Lies Bleeding");
  477.     SET_CDtt( 8, 02.54, "Whenever You're Ready (We'll Go Steady Again)");
  478.     SET_CDtt( 9, 04.54, "Saturday Night's Alright For Fighting");
  479.     SET_CDtt(10, 01.52, "Jack Rabbit");
  480.     SET_CDtt(11, 02.46, "Harmony");
  481.     SET_CDtt(12, 04.42, "Young Man's Blues");
  482.     SET_CDtt(13, 04.31, "Step Into Christmas");
  483.     SET_CDtt(14, 03.44, "The Bitch Is Back");
  484.     SET_CDtt(15, 05.15, "Pinball Wizard  [from “Tommy”]");
  485.     SET_CDtt(16, 06.45, "Someone Saved My Life Tonight");
  486. #     endif
  487.     }
  488.     if ( cdKey == EJOHN_TOBECONT_D3 ) { /* 1:14:49-52 */
  489.     tocPtr->discPerformer = "Elton John";
  490.     tocPtr->discTitle = "to be continued...  [disc 3]";
  491. #     if !defined(SKIPSONGS_Elton_John)
  492.     SET_CDtt( 1, 05.38, "Philadelphia Freedom");
  493.     SET_CDtt( 2, 03.48, "One Day At A Time  [with John Lennon]");
  494.     SET_CDtt( 3, 06.16, "Lucy In The Sky With Diamonds");
  495.     SET_CDtt( 4, 03.42, "I Saw Her Standing There  [live] [with John Lennon]");
  496.     SET_CDtt( 5, 03.45, "Island Girl");
  497.     SET_CDtt( 6, 03.48, "Sorry Seems To Be The Hardest Word");
  498.     SET_CDtt( 7, 04.31, "Don't Go Breaking My Heart  [with Kiki Dee]");
  499.     SET_CDtt( 8, 03.34, "I Feel Like A Bullet (In The Gun Of Robert Ford)  [live]");
  500.     SET_CDtt( 9, 03.58, "Ego");
  501.     SET_CDtt(10, 06.40, "Song For Guy");
  502.     SET_CDtt(11, 04.04, "Mama Can't Buy You Love");
  503.     SET_CDtt(12, 00.54, "Cartier");
  504.     SET_CDtt(13, 05.11, "Little Jeanie");
  505.     SET_CDtt(14, 04.26, "Donner Pour Donner  [with Frace Gall]");
  506.     SET_CDtt(15, 06.21, "Fanfare / Chloe");
  507.     SET_CDtt(16, 04.45, "The Retreat");
  508.     SET_CDtt(17, 03.26, "Blue Eyes");
  509. #     endif
  510.     }
  511.     if ( cdKey == EJOHN_TOBECONT_D4 ) { /* 1:16:28-52 */
  512.     tocPtr->discPerformer = "Elton John";
  513.     tocPtr->discTitle = "to be continued...  [disc 4]";
  514. #     if !defined(SKIPSONGS_Elton_John)
  515.     SET_CDtt( 1, 05.10, "Empty Garden (Hey Hey Johnny)");
  516.     SET_CDtt( 2, 04.42, "I Guess That's Why They Call It The Blues");
  517.     SET_CDtt( 3, 03.03, "I'm Still Standing");
  518.     SET_CDtt( 4, 04.09, "Sad Songs (Say So Much)");
  519.     SET_CDtt( 5, 04.44, "Act Of War  [single mix] [with Millie Jackson]");
  520.     SET_CDtt( 6, 05.44, "Nikita");
  521.     SET_CDtt( 7, 03.57, "Candle In The Wind  [live - single edit]");
  522.     SET_CDtt( 8, 04.47, "Carla  [live]");
  523.     SET_CDtt( 9, 05.39, "Don't Let The Sun Go Down On Me  [live - single edit]");
  524.     SET_CDtt(10, 07.21, "I Don't Wanna Go On With You Like That  [12” mix]");
  525.     SET_CDtt(11, 03.48, "Give Peace A Chance");
  526.     SET_CDtt(12, 05.08, "Sacrifice");
  527.     SET_CDtt(13, 04.22, "Made for Me");
  528.     SET_CDtt(14, 04.58, "You Gotta Love Someone");
  529.     SET_CDtt(15, 04.31, "I Swear I Heard The Night Talkin'");
  530.     SET_CDtt(16, 04.23, "Easier To Walk Away");
  531. #     endif
  532.     }
  533.     if ( cdKey == EJOHN_VERYBEST_D2 ) { /* 1:10:50-50 */
  534.     tocPtr->discPerformer = "Elton John";
  535.     tocPtr->discTitle = "The Very Best of Elton John  [disc 2]";
  536. #     if !defined(SKIPSONGS_Elton_John)
  537.     SET_CDtt( 1, 04.33, "Don't Go Breaking My Heart");
  538.     SET_CDtt( 2, 05.21, "Bennie And The Jets");
  539.     SET_CDtt( 3, 03.50, "Sorry Seems To Be The Hardest Word");
  540.     SET_CDtt( 4, 06.41, "Song For Guy");
  541.     SET_CDtt( 5, 03.16, "Part Time Love");
  542.     SET_CDtt( 6, 03.28, "Blue Eyes");
  543.     SET_CDtt( 7, 04.46, "I Guess That's Why They Call It The Blues");
  544.     SET_CDtt( 8, 03.04, "I'm Still Standing");
  545.     SET_CDtt( 9, 03.55, "Kiss The Bride");
  546.     SET_CDtt(10, 04.11, "Sad Songs");
  547.     SET_CDtt(11, 03.25, "Passengers");
  548.     SET_CDtt(12, 05.45, "Nikita");
  549.     SET_CDtt(13, 03.59, "I Don't Wanna Go On With You Like That");
  550.     SET_CDtt(14, 05.09, "Sacrifice");
  551.     SET_CDtt(15, 04.25, "Easier To Walk Away");
  552.     SET_CDtt(16, 05.00, "You Gotta Love Someone");
  553. #     endif
  554.     }
  555.     if ( cdKey == LEDZEP_BOX2_D1 ) { /* 1:12:18-10 */
  556.     tocPtr->discPerformer = "Led Zeppelin";
  557.     tocPtr->discTitle = "Box Set 2 [disc 1]";
  558.     tocPtr->discCatNum = "007567824772900";
  559. #     if !defined(SKIPSONGS_Led_Zeppelin)
  560.     SET_CDtt( 1, 02.47, "Good Times, Bad Times");
  561.     SET_CDtt( 2, 02.39, "We're Gonna Groove");
  562.     SET_CDtt( 3, 03.36, "Night Flight");
  563.     SET_CDtt( 4, 05.38, "That's The Way");
  564.     SET_CDtt( 5, 04.31, "Baby Come On Home");
  565.     SET_CDtt( 6, 06.20, "The Lemon Song");
  566.     SET_CDtt( 7, 06.28, "You Shook Me");
  567.     SET_CDtt( 8, 03.52, "Boogie With Stu");
  568.     SET_CDtt( 9, 02.06, "Bron–Yr–Aur");
  569.     SET_CDtt(10, 05.14, "Down By the Seaside");
  570.     SET_CDtt(11, 04.06, "Out on the Tiles");
  571.     SET_CDtt(12, 02.06, "Black Mountain Side");
  572.     SET_CDtt(13, 04.21, "Moby Dick");
  573.     SET_CDtt(14, 04.43, "Sick Again");
  574.     SET_CDtt(15, 03.17, "Hot Dog");
  575.     SET_CDtt(16, 10.32, "Carouselambra");
  576. #     endif
  577.     }
  578.     if ( cdKey == LEDZEP_BOX2_D2 ) { /* 1:17:18-07 */
  579.     tocPtr->discPerformer = "Led Zeppelin";
  580.     tocPtr->discTitle = "Box Set 2 [disc 2]";
  581.     tocPtr->discCatNum = "007567824772900";
  582. #     if !defined(SKIPSONGS_Led_Zeppelin)
  583.     SET_CDtt( 1, 04.13, "South Bound Saurez");
  584.     SET_CDtt( 2, 04.32, "Walter's Walk");
  585.     SET_CDtt( 3, 05.07, "Darlene");
  586.     SET_CDtt( 4, 04.24, "Black Country Woman");
  587.     SET_CDtt( 5, 08.28, "How Many More Times");
  588.     SET_CDtt( 6, 05.37, "The Rover");
  589.     SET_CDtt( 7, 04.45, "Four Sticks");
  590.     SET_CDtt( 8, 03.44, "Hats Off to (Roy) Harper");
  591.     SET_CDtt( 9, 04.43, "I Can't Quit You Baby");
  592.     SET_CDtt(10, 04.43, "Hots on for Nowhere");
  593.     SET_CDtt(11, 02.40, "Living Loving Maid (She's Just a Woman)");
  594.     SET_CDtt(12, 02.59, "Royal Orleans");
  595.     SET_CDtt(13, 04.18, "Bonzo's Montreux");
  596.     SET_CDtt(14, 03.16, "The Crunge");
  597.     SET_CDtt(15, 04.20, "Bring it On Home");
  598.     SET_CDtt(16, 09.27, "Tea For One");
  599. #     endif
  600.     }
  601.     if ( cdKey == MOODY_TIMET_D3 ) { /* 1:19:15-20 */
  602.     tocPtr->discPerformer = "Moody Blues";
  603.     tocPtr->discTitle = "Time Traveller  [disc 3]";
  604. #     if !defined(SKIPSONGS_Moody_Blues)
  605.     SET_CDtt( 1, 04.42, "Lost in a Lost World");
  606.     SET_CDtt( 2, 05.10, "New Horizons");
  607.     SET_CDtt( 3, 03.58, "For My Lady");
  608.     SET_CDtt( 4, 06.08, "Isn't Life Strange");
  609.     SET_CDtt( 5, 04.20, "You and Me");
  610.     SET_CDtt( 6, 04.18, "I'm Just a Singer (in a Rock and Roll Band)");
  611.     SET_CDtt( 7, 05.55, "This Morning");
  612.     SET_CDtt( 8, 05.28, "Remember Me, My Friend");
  613.     SET_CDtt( 9, 03.28, "My Brother");
  614.     SET_CDtt(10, 06.08, "Saved by the Music");
  615.     SET_CDtt(11, 04.27, "I Dreamed Last Night");
  616.     SET_CDtt(12, 05.19, "When You Wake Up");
  617.     SET_CDtt(13, 03.40, "Blue Guitar");
  618.     SET_CDtt(14, 05.28, "Steppin' in a Slide Zone");
  619.     SET_CDtt(15, 04.25, "Driftwood");
  620.     SET_CDtt(16, 06.19, "The Day We Meet Again");
  621. #     endif
  622.     }
  623.     if ( cdKey == MOLDFIELD_KILLFIELDS ) { /* 0:38:38-00 */
  624.     tocPtr->discPerformer = "Mike OldField";
  625.     tocPtr->discTitle = "The Killing Fields";
  626. #     if !defined(SKIPSONGS_Mike_Oldfield)
  627.     SET_CDtt( 1, 00.49, "Pran's Theme");
  628.     SET_CDtt( 2, 02.11, "Requiem For A City");
  629.     SET_CDtt( 3, 05.13, "Evacuation");
  630.     SET_CDtt( 4, 01.41, "Pran's Theme 2");
  631.     SET_CDtt( 5, 02.24, "Capture");
  632.     SET_CDtt( 6, 04.47, "Execution");
  633.     SET_CDtt( 7, 01.13, "Bad News");
  634.     SET_CDtt( 8, 02.08, "Pran's Departure");
  635.     SET_CDtt( 9, 01.16, "Worksite");
  636.     SET_CDtt(10, 00.28, "The Year Zero");
  637.     SET_CDtt(11, 01.22, "Blood Sucking");
  638.     SET_CDtt(12, 00.34, "The Year Zero 2");
  639.     SET_CDtt(13, 03.17, "Pran's Escape / The Killing Fields");
  640.     SET_CDtt(14, 02.03, "The Trek");
  641.     SET_CDtt(15, 02.43, "The Boy's Burial / Pran Sees the Red Cross");
  642.     SET_CDtt(16, 01.46, "Good News");
  643.     SET_CDtt(17, 04.41, "Étude");
  644. #     endif
  645.     }
  646.     if ( cdKey == MOLDFIELD_SONGSDE ) { /* 0:55:50-53 */
  647.     tocPtr->discPerformer = "Mike OldField";
  648.     tocPtr->discTitle = "The Songs of Distant Earth";
  649.     tocPtr->discCatNum = "450998581020900";
  650. #     if !defined(SKIPSONGS_Mike_Oldfield)
  651.     SET_CDtt( 1, 01.24, "In the Beginning");
  652.     SET_CDtt( 2, 04.58, "Let There Be Light");
  653.     SET_CDtt( 3, 03.24, "Supernova");
  654.     SET_CDtt( 4, 04.40, "Magellan");
  655.     SET_CDtt( 5, 01.17, "First Landing");
  656.     SET_CDtt( 6, 03.19, "Oceania");
  657.     SET_CDtt( 7, 04.27, "Only Time Will Tell");
  658.     SET_CDtt( 8, 02.10, "Prayer for the Earth");
  659.     SET_CDtt( 9, 02.43, "Lament for Atlantis");
  660.     SET_CDtt(10, 01.48, "The Chamber");
  661.     SET_CDtt(11, 03.33, "Hibernaculum");
  662.     SET_CDtt(12, 03.25, "Tubular World");
  663.     SET_CDtt(13, 02.57, "The Shining Ones");
  664.     SET_CDtt(14, 05.42, "Crystal Clear");
  665.     SET_CDtt(15, 02.38, "The Sunken Forest");
  666.     SET_CDtt(16, 05.50, "Ascension");
  667.     SET_CDtt(17, 01.33, "A New Beginning");
  668. #     endif
  669.     }
  670.     if ( cdKey == SRIDGE_BIGHEAT ) { /* 1:13:37-37 */
  671.     tocPtr->discPerformer = "Stan Ridgway";
  672.     tocPtr->discTitle = "The Big Heat";
  673.     SET_CDtt( 1, 04.34, "The Big Heat");
  674.     SET_CDtt( 2, 04.33, "Pick it Up (and put it in your pocket)");
  675.     SET_CDtt( 3, 03.46, "Can't Stop the Show");
  676.     SET_CDtt( 4, 04.47, "Pile Driver");
  677.     SET_CDtt( 5, 04.32, "Walkin' Home Alone");
  678.     SET_CDtt( 6, 04.18, "Drive, She Said");
  679.     SET_CDtt( 7, 05.30, "Salesman");
  680.     SET_CDtt( 8, 03.39, "Twisted");
  681.     SET_CDtt( 9, 07.17, "Camouflage");
  682.     SET_CDtt(10, 03.14, "Rio Greyhound  [instrumental]");
  683.     SET_CDtt(11, 05.02, "Stormy Side of Town");
  684.     SET_CDtt(12, 04.32, "Foggy River");
  685.     SET_CDtt(13, 05.52, "End of the Line");
  686.     SET_CDtt(14, 03.27, "Nadine");
  687.     SET_CDtt(15, 03.53, "Can't Stop the Show  [live]");
  688.     SET_CDtt(16, 04.39, "Drive, She Said  [live]");
  689.     }
  690.     if ( cdKey == SOUNDTM_FAIRLADY ) { /* 0:54:52-18 */
  691.     tocPtr->discPerformer = "Soundtracks (movie)";
  692.     tocPtr->discTitle = "My Fair Lady";
  693.     SET_CDtt( 1, 03.28, "Overture");
  694.     SET_CDtt( 2, 02.37, "Why Can't the English?");
  695.     SET_CDtt( 3, 04.23, "Wouldn't It Be Loverly");
  696.     SET_CDtt( 4, 04.35, "I'm An Ordinary Man");
  697.     SET_CDtt( 5, 03.57, "With A Little Bit of Luck");
  698.     SET_CDtt( 6, 03.00, "Just You Wait");
  699.     SET_CDtt( 7, 02.14, "The Rain in Spain");
  700.     SET_CDtt( 8, 03.58, "I Could Have Danced All Night");
  701.     SET_CDtt( 9, 03.10, "Ascot Gavotte");
  702.     SET_CDtt(10, 02.03, "On the Street Where You Live");
  703.     SET_CDtt(11, 04.39, "You Did It");
  704.     SET_CDtt(12, 02.16, "Show Me");
  705.     SET_CDtt(13, 03.28, "Get Me To The Church On Time");
  706.     SET_CDtt(14, 03.38, "A Hymn to Him");
  707.     SET_CDtt(15, 02.31, "Without You");
  708.     SET_CDtt(16, 04.53, "I've Grown Accustomed to Her Face");
  709.     }
  710.     if ( cdKey == RSTARR_STOPNSMELL ) { /* 0:54:36-30 */
  711.     tocPtr->discPerformer = "Ringo Starr";
  712.     tocPtr->discTitle = "Stop and Smell the Roses";
  713.     SET_CDtt( 1, 02.44, "Private Property");
  714.     SET_CDtt( 2, 02.21, "Wrack My Brain");
  715.     SET_CDtt( 3, 03.30, "Drumming is My Madness");
  716.     SET_CDtt( 4, 03.20, "Attention");
  717.     SET_CDtt( 5, 03.12, "Stop and Take the Time to Smell the Roses");
  718.     SET_CDtt( 6, 04.31, "Dead Giveaway");
  719.     SET_CDtt( 7, 02.12, "You Belong to Me");
  720.     SET_CDtt( 8, 03.43, "Sure to Fall");
  721.     SET_CDtt( 9, 03.34, "You've Got a Nice Way");
  722.     SET_CDtt(10, 03.17, "Back Off Boogaloo");
  723.     SET_CDtt(11, 03.46, "Wake Up");
  724.     SET_CDtt(12, 03.21, "Red and Black Blues");
  725.     SET_CDtt(13, 04.09, "Brandy");
  726.     SET_CDtt(14, 03.09, "Stop and Take the Time to Smell the Roses  [original vocal]");
  727.     SET_CDtt(15, 05.42, "You Can't Fight Lightning");
  728.     SET_CDtt(16, 02.03, "Hand Gun Promos");
  729.     }
  730.     if ( cdKey == STEELYD_CITZ_D1 ) { /* 1:13:26-27 */
  731.     tocPtr->discPerformer = "Steely Dan";
  732.     tocPtr->discTitle = "Citizen Steely Dan: 1972-1980  [disc 1]";
  733. #     if !defined(SKIPSONGS_Steely_Dan)
  734.     SET_CDtt( 1, 05.57, "Do It Again");
  735.     SET_CDtt( 2, 03.09, "Dirty Work");
  736.     SET_CDtt( 3, 03.46, "Kings");
  737.     SET_CDtt( 4, 04.08, "Midnite Cruiser");
  738.     SET_CDtt( 5, 02.58, "Only A Fool Would Say That");
  739.     SET_CDtt( 6, 04.37, "Reelin' In The Years");
  740.     SET_CDtt( 7, 03.28, "Fire In The Hole");
  741.     SET_CDtt( 8, 04.21, "Brooklyn (Owes the Charmer Under Me)");
  742.     SET_CDtt( 9, 03.40, "Change Of The Guard");
  743.     SET_CDtt(10, 04.59, "Turn That Heartbeat Over Again");
  744.     SET_CDtt(11, 05.18, "Bodhisattva");
  745.     SET_CDtt(12, 03.12, "Razor Boy");
  746.     SET_CDtt(13, 05.40, "The Boston Rag");
  747.     SET_CDtt(14, 06.59, "Your Gold Teeth");
  748.     SET_CDtt(15, 05.26, "Show Biz Kids");
  749.     SET_CDtt(16, 05.46, "My Old School");
  750. #     endif
  751.     }
  752.     if ( cdKey == STEELYD_CITZ_D3 ) { /* 1:13:54-35 */
  753.     tocPtr->discPerformer = "Steely Dan";
  754.     tocPtr->discTitle = "Citizen Steely Dan: 1972-1980  [disc 3]";
  755. #     if !defined(SKIPSONGS_Steely_Dan)
  756.     SET_CDtt( 1, 04.16, "Your Gold Teeth II");
  757.     SET_CDtt( 2, 03.55, "Any World (That I'm Welcome To)");
  758.     SET_CDtt( 3, 03.15, "Throw Back The Little Ones");
  759.     SET_CDtt( 4, 04.38, "Kid Charlemagne");
  760.     SET_CDtt( 5, 03.34, "The Caves Of Altamira");
  761.     SET_CDtt( 6, 04.16, "Don't Take Me Alive");
  762.     SET_CDtt( 7, 04.24, "Sign In Stranger");
  763.     SET_CDtt( 8, 04.01, "The Fez");
  764.     SET_CDtt( 9, 04.05, "Green Earrings");
  765.     SET_CDtt(10, 05.51, "Haitian Divorce");
  766.     SET_CDtt(11, 03.56, "Everything You Did");
  767.     SET_CDtt(12, 06.32, "The Royal Scam");
  768.     SET_CDtt(13, 04.02, "Here at the Western World");
  769.     SET_CDtt(14, 05.10, "Black Cow");
  770.     SET_CDtt(15, 08.01, "Aja");
  771.     SET_CDtt(16, 03.56, "Peg");
  772. #     endif
  773.     }
  774.     if ( cdKey == TDREAM_TANGENTS_D4 ) { /* 1:13:01-62 */
  775.     tocPtr->discPerformer = "Tangerine Dream";
  776.     tocPtr->discTitle = "Tangents  [disc 4]";
  777. #     if !defined(SKIPSONGS_Tangerine_Dream)
  778.     SET_CDtt( 1, 04.10, "Going West");
  779.     SET_CDtt( 2, 03.22, "The Dream is Always...");
  780.     SET_CDtt( 3, 03.11, "Alien Goodbye");
  781.     SET_CDtt( 4, 03.06, "The Call");
  782.     SET_CDtt( 5, 04.58, "The Run");
  783.     SET_CDtt( 6, 04.03, "Betrayal");
  784.     SET_CDtt( 7, 03.30, "Rainbirds Move");
  785.     SET_CDtt( 8, 05.33, "Creation");
  786.     SET_CDtt( 9, 04.17, "Charly the Kid");
  787.     SET_CDtt(10, 03.30, "The Journey");
  788.     SET_CDtt(11, 05.18, "Scrap Yard");
  789.     SET_CDtt(12, 04.44, "Dirty Cross Roads");
  790.     SET_CDtt(13, 03.35, "Search");
  791.     SET_CDtt(14, 05.07, "Highway Patrol");
  792.     SET_CDtt(15, 03.12, "Grind");
  793.     SET_CDtt(16, 05.12, "Risky Business");
  794.     SET_CDtt(17, 06.11, "Beach Theme");
  795. #     endif
  796.     }
  797.     if ( cdKey == MIDGEURE_VERYBEST ) { /* 1:12:13-25 */
  798.     tocPtr->discPerformer = "Midge Ure";
  799.     tocPtr->discTitle = "If I was: the very best of Midge Ure & Ultravox";
  800.     tocPtr->discCatNum = "009463219952200";
  801.     SET_CDtt( 1, 05.20, "If I Was");
  802.     SET_CDtt( 2, 04.03, "No Regrets");
  803.     SET_CDtt( 3, 03.08, "Love's Great Adventure");
  804.     SET_CDtt( 4, 05.02, "Dear God");
  805.     SET_CDtt( 5, 04.06, "Cold, Cold Heart");
  806.     SET_CDtt( 6, 04.39, "Vienna");
  807.     SET_CDtt( 7, 04.21, "Call of the Wild");
  808.     SET_CDtt( 8, 03.59, "After a Fashion");
  809.     SET_CDtt( 9, 04.11, "Dancing With Tears in My Eyes");
  810.     SET_CDtt(10, 05.09, "All Fall Down");
  811.     SET_CDtt(11, 03.20, "Yellow Pearl");
  812.     SET_CDtt(12, 03.48, "Fade to Grey");
  813.     SET_CDtt(13, 03.44, "Reap the Wild Wind");
  814.     SET_CDtt(14, 03.40, "Answers to Nothing");
  815.     SET_CDtt(15, 03.48, "Do They Know It's Christmas?");
  816.     SET_CDtt(16, 04.10, "That Certain Smile");
  817.     SET_CDtt(17, 05.43, "The Man Who Sold the World");
  818.     }
  819.     if ( cdKey == U2_RATTLEANDHUM ) { /* 1:12:29-20 */
  820.     tocPtr->discPerformer = "U2";
  821.     tocPtr->discTitle = "Rattle and Hum";
  822.     tocPtr->discCatNum = "007567910032500";
  823. #     if !defined(SKIPSONGS_U2)
  824.     SET_CDtt( 1, 03.07, "Helter Skelter");
  825.     SET_CDtt( 2, 03.06, "Van Dieman's Land");
  826.     SET_CDtt( 3, 02.59, "Desire");
  827.     SET_CDtt( 4, 06.23, "Hawkmoon 269");
  828.     SET_CDtt( 5, 04.24, "All Along the Watchtower");
  829.     SET_CDtt( 6, 05.54, "I Still Haven't Found What I'm Looking For");
  830.     SET_CDtt( 7, 00.38, "Freedom for My People");
  831.     SET_CDtt( 8, 05.50, "Silver and Gold");
  832.     SET_CDtt( 9, 04.27, "Pride (In the Name of Love)");
  833.     SET_CDtt(10, 03.50, "Angel of Harlem");
  834.     SET_CDtt(11, 06.24, "Love Rescue Me");
  835.     SET_CDtt(12, 04.16, "When Love Comes to Town");
  836.     SET_CDtt(13, 05.03, "Heartland");
  837.     SET_CDtt(14, 03.16, "God Part II");
  838.     SET_CDtt(15, 00.43, "The Star Spangled Banner");
  839.     SET_CDtt(16, 05.37, "Bullet the Blue Sky");
  840.     SET_CDtt(17, 06.30, "All I Want is You");
  841. #     endif
  842.     }
  843.     if ( cdKey == VAR_UNPLUGGED1 ) { /* 1:12:58-67 */
  844.     tocPtr->discPerformer = "Various Artists";
  845.     tocPtr->discTitle = "The Unplugged Collection - Volume One";
  846.     tocPtr->discCatNum = "007599457742500";
  847.     SET_CDtt( 1, 03.49, "Pride and Joy  [Stevie Ray Vaughan]");
  848.     SET_CDtt( 2, 03.45, "Before You Accuse Me  [Eric Clapton]");
  849.     SET_CDtt( 3, 06.24, "Are You Gonna Go My Way  [Lenny Kravitz]");
  850.     SET_CDtt( 4, 03.43, "Somebody to Shove  [Soul Asylum]");
  851.     SET_CDtt( 5, 03.54, "Barefoot  [k.d. lang]");
  852.     SET_CDtt( 6, 05.11, "Graceland  [Paul Simon]");
  853.     SET_CDtt( 7, 06.47, "Don't Let the Sun Go Down on Me  [Elton John]");
  854.     SET_CDtt( 8, 04.44, "Like a Hurricane  [Neil Young]");
  855.     SET_CDtt( 9, 03.39, "Gasoline Alley  [Rod Stewart]");
  856.     SET_CDtt(10, 05.21, "Pink Houses  [John Mellencamp]");
  857.     SET_CDtt(11, 02.58, "We Can Work It Out  [Paul McCartney]");
  858.     SET_CDtt(12, 04.51, "Deep Dark Truthful Mirror  [Elvis Costello & The Rude 5]");
  859.     SET_CDtt(13, 03.46, "Come Rain or Come Shine  [Don Henley]");
  860.     SET_CDtt(14, 04.59, "Why  [Annie Lennox]");
  861.     SET_CDtt(15, 05.26, "Don't Talk  [10,000 Maniacs]");
  862.     SET_CDtt(16, 03.39, "Half a World Away  [R.E.M.]");
  863.     }
  864.     if ( cdKey == VAR_T_COMETOGETHER ) { /* 0:55:56-07 */
  865.     tocPtr->discPerformer = "Various Artists/Tributes";
  866.     tocPtr->discTitle = "Come Together: America Salutes the Beatles";
  867.     SET_CDtt( 1, 02.43, "I'll Follow the Sun  [David Ball]");
  868.     SET_CDtt( 2, 03.17, "Something  [Tanya Tucker]");
  869.     SET_CDtt( 3, 02.49, "One After 909  [Willie Nelson]");
  870.     SET_CDtt( 4, 03.51, "The Long and Winding Road  [John Berry]");
  871.     SET_CDtt( 5, 04.05, "Come Together  [Delbert McClinton]");
  872.     SET_CDtt( 6, 02.56, "If I Fell  [Sammy Kershaw]");
  873.     SET_CDtt( 7, 04.13, "Let It Be  [Collin Raye]");
  874.     SET_CDtt( 8, 03.57, "We Can Work It Out  [Phil Keaggy & PFR]");
  875.     SET_CDtt( 9, 03.37, "Yesterday  [Billy Dean]");
  876.     SET_CDtt(10, 02.24, "Can't Buy Me Love  [Shenandoah]");
  877.     SET_CDtt(11, 03.06, "Nowhere Man  [Randy Travis]");
  878.     SET_CDtt(12, 03.37, "Oh! Darling  [Huey Lewis]");
  879.     SET_CDtt(13, 02.17, "Help!  [Little Texas]");
  880.     SET_CDtt(14, 03.01, "In My Life  [Susan Ashton & Gary Chapman]");
  881.     SET_CDtt(15, 03.44, "Get Back  [Steve Wariner]");
  882.     SET_CDtt(16, 03.52, "All My Loving  [Suzy Bogguss & Chet Atkins]");
  883.     SET_CDtt(17, 02.25, "Paperback Writer  [Kris Kristofferson]");
  884.     }
  885.     if ( cdKey == VAR_B_EARTHRISE ) { /* 1:14:28-25 */
  886.     tocPtr->discPerformer = "Various Artists/Benefits";
  887.     tocPtr->discTitle = "Earthrise: The Rainforest Album";
  888.     tocPtr->discCatNum = "007567718302800";
  889.     SET_CDtt( 1, 04.38, "I Still Haven't Found What I'm Looking For  [U2]");
  890.     SET_CDtt( 2, 04.48, "Look At Us Now  [Joe Walsh]");
  891.     SET_CDtt( 3, 04.13, "How Many People  [Paul McCartney]");
  892.     SET_CDtt( 4, 03.36, "Under African Skies  [Paul Simon]");
  893.     SET_CDtt( 5, 03.03, "I'm Still Standing  [Elton John]");
  894.     SET_CDtt( 6, 04.05, "It's the End of the World as We Know It (And I Feel Fine)  [REM]");
  895.     SET_CDtt( 7, 04.02, "Yes We Can  [Artists United for Nature]");
  896.     SET_CDtt( 8, 03.54, "Fragile  [Sting]");
  897.     SET_CDtt( 9, 04.29, "Crazy  [Seal]");
  898.     SET_CDtt(10, 05.55, "Don't Give Up  [Peter Gabriel & Kate Bush]");
  899.     SET_CDtt(11, 05.50, "Wake Me Up On Judgement Day  [Steve Winwood]");
  900.     SET_CDtt(12, 04.07, "Walk of Life  [Dire Straits]");
  901.     SET_CDtt(13, 04.55, "Spirit of the Forest  [Spirit of the Forest]");
  902.     SET_CDtt(14, 04.50, "The Brazilian  [Genesis]");
  903.     SET_CDtt(15, 02.49, "Is This The World We Created  [Queen]");
  904.     SET_CDtt(16, 04.08, "Saltwater  [Julian Lennon]");
  905.     SET_CDtt(17, 05.04, "Here Comes the Rain Again  [Eurythmics]");
  906.     }
  907.  
  908. }
  909.